projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4cd90e0
)
package.el: Fix the last commit
author
Daiki Ueno
<ueno@gnu.org>
Thu, 6 Nov 2014 06:29:24 +0000
(15:29 +0900)
committer
Daiki Ueno
<ueno@gnu.org>
Thu, 6 Nov 2014 06:29:24 +0000
(15:29 +0900)
lisp/emacs-lisp/package.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/package.el
b/lisp/emacs-lisp/package.el
index 436cd1940a96fa8c0d5688f7cde1f125436c75b8..4e5c397e433e8f0ccc1b13ba23d997f5370bcb7b 100644
(file)
--- a/
lisp/emacs-lisp/package.el
+++ b/
lisp/emacs-lisp/package.el
@@
-853,9
+853,7
@@
GnuPG keyring is located under \"gnupg\" in `package-user-dir'."
(setq had-fatal-error t))))
(when (and (null good-signatures) had-fatal-error)
(package--display-verify-error context sig-file)
- (error "Failed to verify signature %s: %S"
- sig-file
- ))
+ (error "Failed to verify signature %s" sig-file))
good-signatures)))
(defun package-install-from-archive (pkg-desc)